home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / htmled32.zip / HTMLED32.EXE / 0 / RCDATA / TABOUTBOXSW / TABOUTBOXSW.txt < prev   
Text File  |  1996-04-01  |  5KB  |  208 lines

  1. object AboutBoxSW: TAboutBoxSW
  2.   Left = 187
  3.   Top = 86
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 328
  8.   ClientWidth = 392
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 377
  21.     Height = 265
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     Font.Color = clBlack
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.     TabOrder = 0
  30.     object ProgramIcon: TImage
  31.       Left = 24
  32.       Top = 19
  33.       Width = 35
  34.       Height = 35
  35.       Picture.Data = {<image000.ico>}
  36.       Stretch = True
  37.       IsControl = True
  38.     end
  39.     object ProductName: TLabel
  40.       Left = 79
  41.       Top = 18
  42.       Width = 49
  43.       Height = 13
  44.       Caption = 'HTMLed'
  45.       Font.Color = clBlack
  46.       Font.Height = -12
  47.       Font.Name = 'MS Sans Serif'
  48.       Font.Style = [fsBold]
  49.       ParentFont = False
  50.       IsControl = True
  51.     end
  52.     object Version: TLabel
  53.       Left = 80
  54.       Top = 39
  55.       Width = 223
  56.       Height = 13
  57.       AutoSize = False
  58.       Caption = 'Version x.x'
  59.       Font.Color = clBlack
  60.       Font.Height = -12
  61.       Font.Name = 'MS Sans Serif'
  62.       Font.Style = [fsBold]
  63.       ParentFont = False
  64.       IsControl = True
  65.     end
  66.     object Copyright: TLabel
  67.       Left = 23
  68.       Top = 136
  69.       Width = 329
  70.       Height = 13
  71.       AutoSize = False
  72.       Caption = 'Copyright ∩┐╜ 1994-1996 Internet Software Technologies'
  73.       Font.Color = clBlack
  74.       Font.Height = -12
  75.       Font.Name = 'MS Sans Serif'
  76.       Font.Style = [fsBold]
  77.       ParentFont = False
  78.       IsControl = True
  79.     end
  80.     object Label1: TLabel
  81.       Left = 5
  82.       Top = 150
  83.       Width = 361
  84.       Height = 13
  85.       Alignment = taCenter
  86.       AutoSize = False
  87.       Caption = 'http://www.ist.ca'
  88.     end
  89.     object NameLabel1: TLabel
  90.       Left = 23
  91.       Top = 64
  92.       Width = 338
  93.       Height = 13
  94.       AutoSize = False
  95.       Caption = 'This product is SHAREWARE.'
  96.       Font.Color = clBlack
  97.       Font.Height = -11
  98.       Font.Name = 'MS Sans Serif'
  99.       Font.Style = [fsBold]
  100.       ParentFont = False
  101.       WordWrap = True
  102.     end
  103.     object SerialLabel: TLabel
  104.       Left = 24
  105.       Top = 103
  106.       Width = 223
  107.       Height = 13
  108.       AutoSize = False
  109.       Caption = 'Unregistered'
  110.       Font.Color = clBlue
  111.       Font.Height = -11
  112.       Font.Name = 'MS Sans Serif'
  113.       Font.Style = [fsBold]
  114.       ParentFont = False
  115.     end
  116.     object Label5: TLabel
  117.       Left = 26
  118.       Top = 173
  119.       Width = 294
  120.       Height = 13
  121.       Caption = 'Also available from Internet Software Technologies:'
  122.     end
  123.     object Label13: TLabel
  124.       Left = 24
  125.       Top = 197
  126.       Width = 88
  127.       Height = 16
  128.       Caption = 'HTMLed Pro'
  129.       Color = clBtnFace
  130.       Font.Color = clRed
  131.       Font.Height = -13
  132.       Font.Name = 'MS Sans Serif'
  133.       Font.Style = [fsBold]
  134.       ParentColor = False
  135.       ParentFont = False
  136.     end
  137.     object Label14: TLabel
  138.       Left = 123
  139.       Top = 199
  140.       Width = 55
  141.       Height = 13
  142.       Caption = 'featuring:'
  143.     end
  144.     object Label15: TLabel
  145.       Left = 123
  146.       Top = 215
  147.       Width = 209
  148.       Height = 39
  149.       Caption = 
  150.         'Spelling Checker, Remote file open/save, RTF import, HTML Form D' +
  151.         'esigner, and more.'
  152.       Font.Color = clBlack
  153.       Font.Height = -11
  154.       Font.Name = 'MS Sans Serif'
  155.       Font.Style = [fsBold]
  156.       ParentFont = False
  157.       WordWrap = True
  158.     end
  159.     object NameLabel2: TLabel
  160.       Left = 23
  161.       Top = 87
  162.       Width = 322
  163.       Height = 13
  164.       AutoSize = False
  165.       Caption = 'Please register your copy of HTMLed.'
  166.     end
  167.   end
  168.   object OKButton: TBitBtn
  169.     Left = 203
  170.     Top = 289
  171.     Width = 77
  172.     Height = 27
  173.     Font.Color = clBlack
  174.     Font.Height = -12
  175.     Font.Name = 'MS Sans Serif'
  176.     Font.Style = [fsBold]
  177.     ParentFont = False
  178.     TabOrder = 1
  179.     Kind = bkOK
  180.     Margin = 2
  181.     Spacing = -1
  182.     IsControl = True
  183.   end
  184.   object CreditsBtn: TBitBtn
  185.     Left = 111
  186.     Top = 289
  187.     Width = 77
  188.     Height = 27
  189.     Caption = '&Credits'
  190.     TabOrder = 2
  191.     OnClick = CreditsBtnClick
  192.     Glyph.Data = {
  193.       78010000424D7801000000000000760000002800000020000000100000000100
  194.       04000000000000000000120B0000120B00000000000000000000000000000000
  195.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  196.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  197.       333333333333FF3333333333333C0C333333333333F777F3333333333CC0F0C3
  198.       333333333777377F33333333C30F0F0C333333337F737377F333333C00FFF0F0
  199.       C33333F7773337377F333CC0FFFFFF0F0C3337773F33337377F3C30F0FFFFFF0
  200.       F0C37F7373F33337377F00FFF0FFFFFF0F0C7733373F333373770FFFFF0FFFFF
  201.       F0F073F33373F333373730FFFFF0FFFFFF03373F33373F333F73330FFFFF0FFF
  202.       00333373F33373FF77333330FFFFF000333333373F333777333333330FFF0333
  203.       3333333373FF7333333333333000333333333333377733333333333333333333
  204.       33333333333333333333333333333333333333333333333333330000}
  205.     NumGlyphs = 2
  206.   end
  207. end
  208.